projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea5afd
)
(LD_SWITCH_SYSTEM): New definitions, with #undef.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Feb 1994 20:49:21 +0000
(20:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Feb 1994 20:49:21 +0000
(20:49 +0000)
src/s/sol2-3.h
patch
|
blob
|
history
diff --git
a/src/s/sol2-3.h
b/src/s/sol2-3.h
index 36b6de4ed4c618b067907fcc962ef0ef1586add2..7d614f8e12ac3385fb583b17bbd2fcdddfb648b4 100644
(file)
--- a/
src/s/sol2-3.h
+++ b/
src/s/sol2-3.h
@@
-2,3
+2,13
@@
/* Solaris 2.3 has a bug in XListFontsWithInfo. */
#define BROKEN_XLISTFONTSWITHINFO
+
+/* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */
+
+#undef LD_SWITCH_SYSTEM
+
+#ifndef __GNUC__
+#define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX
+#else /* GCC */
+#define LD_SWITCH_SYSTEM -L /usr/ccs/lib -Xlinker LD_SWITCH_X_SITE_AUX
+#endif /* GCC */